projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e611af
)
(Search-based Fontification): Fix typo.
author
Thien-Thi Nguyen
<ttn@gnuvola.org>
Wed, 19 May 2004 14:26:14 +0000
(14:26 +0000)
committer
Thien-Thi Nguyen
<ttn@gnuvola.org>
Wed, 19 May 2004 14:26:14 +0000
(14:26 +0000)
lispref/modes.texi
patch
|
blob
|
history
diff --git
a/lispref/modes.texi
b/lispref/modes.texi
index 4a8d83ecfa0d48ee9d8032bfcb9548cb0f9ed571..d92ea309ed764f85e2db15f0128574528c7726a9 100644
(file)
--- a/
lispref/modes.texi
+++ b/
lispref/modes.texi
@@
-2001,7
+2001,7
@@
Find text by calling @var{function}, and highlight the matches
it finds using @code{font-lock-keyword-face}.
When @var{function} is called, it receives one argument, the limit of
-the search; it should searching at point, and not search beyond the
+the search; it should
begin
searching at point, and not search beyond the
limit. It should return non-@code{nil} if it succeeds, and set the
match data to describe the match that was found. Returning @code{nil}
indicates failure of the search.